Uses of Class
org.jboss.byteman.agent.adapter.RuleTriggerAdapter

Packages that use RuleTriggerAdapter
org.jboss.byteman.agent   
org.jboss.byteman.agent.adapter   
 

Uses of RuleTriggerAdapter in org.jboss.byteman.agent
 

Methods in org.jboss.byteman.agent that return RuleTriggerAdapter
abstract  RuleTriggerAdapter Location.getRuleAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)
          return an adapter which can be used to insert a trigger call in a method containing a trigger point whose position matches this location
 

Uses of RuleTriggerAdapter in org.jboss.byteman.agent.adapter
 

Subclasses of RuleTriggerAdapter in org.jboss.byteman.agent.adapter
 class EntryTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of som egiven class
 class ExitTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of some given class
 class FieldAccessTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of som egiven class
 class IndexParamAccessTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of som egiven class
 class InvokeTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of som egiven class
 class LineTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of som egiven class
 class SynchronizeTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of som egiven class
 class ThrowTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of some given class
 class VariableAccessTriggerAdapter
          asm Adapter class used to add a rule event trigger call to a method of som egiven class
 



Copyright © 2012. All Rights Reserved.